Web Playground

MLBB Endpoint

Interactive request form for this API endpoint.

Each card below maps directly to an API endpoint. Query, path, and request body fields are generated from OpenAPI.

GET Hero Skill Combos

/web/mlbb/heroes/{hero_identifier}/skill-combos

Open Only This

Get the most effective skill combos for a specific hero by ID or name. Supports query parameters for pagination and localization.

Path parameters:

  • hero_identifier: Hero identifier as numeric hero ID or hero name. Accepts values like 30, Yi Sun-shin, or yisunshin.

Query parameters:

  • size: Number of items per page (minimum: 1).
  • index: Page index (starting from 1).
  • lang: Language code for localized content (default: en).

The response includes hero skill combo details:

  • records: Array of combo entries, each containing:
      • _id: Unique record identifier.
      • caption: Caption or localized label (e.g., laning, teamfight).
      • configId: Configuration ID.
      • createdAt: Creation timestamp.
      • createdUser: Creator username.
      • data:
          • hero_id: Hero ID.
          • title: Combo title (e.g., 'TEAMFIGHT COMBOS').
          • desc: Descriptive instructions on how to execute the combo (e.g., laning phase or teamfight scenarios).
          • skill_id: Array of skills in recommended sequence, each containing:
              • skillid: Skill ID.
              • skillicon: Skill icon URL.
              • _id, _createdAt, _updatedAt: Metadata fields.
      • updatedAt: Last update timestamp.
      • updatedUser: Last updater username.

This endpoint is useful for:

  • Guiding players on optimal skill usage patterns.
  • Teaching effective combos for laning and teamfight scenarios.
  • Helping maximize hero performance in different situations.
hero_identifier path

Hero identifier as numeric hero ID or hero name. Accepts values like 30, Yi Sun-shin, or yisunshin. Required.

size query

Number of items per page. Minimum: 1.

index query

Page index for pagination. Minimum: 1.

lang query

Language code for localized content.

GET /api/heroes/{hero_identifier}/skill-combos